Html Css Color HEX #6F232A Red Berry

📋 copy color: '#6F232A'

red 111 ◦ green 35 ◦ blue 42

#6F232A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #6F232A

Tints of Red Berry #6F232A

RGB

 RED value IS 111 (43.75% from 255) = 59.04%

 GREEN value IS 35 (14.06% from 255) = 18.62%

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 59.04%
G = 18.62%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F232A (or 0x6F232A) is known color: Red Berry. HEX triplet: 6F, 23 and 2A. RGB value is (111,35,42). Sum of RGB (Red+Green+Blue) = 111+35+42=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F232A is #90DCD5. Grayscale: #3A3A3A. Windows color (decimal): -9493718 or 2761583. OLE color: 2761583.

HSL color Cylindrical-coordinate representation of color #6F232A: hue angle of 354.47º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F232A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 35 42 -
CMYK 0 0.68 0.62 0.56
HSL 354.47º 0.52% 0.29% -
HSV(B) 354.47º 0.68% 0.44% -
XYZ 7.57 4.75 2.71 -
YUV 58.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 111 35 42 0 0.68 0.62 0.56 354.47 0.52 0.29
Hex 6F 23 2A 0 44 3E 38 162 34 1D
Octal 157 43 52 0 104 76 70 542 64 35
Binary 1101111 100011 101010 0 1000100 111110 111000 101100010 110100 11101

Color Harmonies of #6F232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F232A

Black with #6F232A

Text Example


Text Example

White with #6F232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F232A; }

 p { color: rgb(111,35,42); }

 H1.HeaderClassName
 {
   color: #6F232A;
 }
 .AnyTagClassName
 {
   color: #6F232A;
 }
</style>

background-color css

<style>
 a { background-color: #6F232A; }

 a { background-color: rgb(111,35,42); }

 div.DivClassName
 {
   background-color: #6F232A;
 }
 .BgClassName
 {
   background-color: #6F232A;
 }
</style>

border-color css

<style>
 span { border-color: #6F232A; }

 span { border-color: rgb(111,35,42); }

 td.TdClassName
 {
   border-color: #6F232A;
 }
 .TagClassName
 {
   border-color: #6F232A;
 }
</style>