Html Css Color HEX #6F2329 Red Berry

📋 copy color: '#6F2329'

red 111 ◦ green 35 ◦ blue 41

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

Shades of Red Berry #6F2329

Tints of Red Berry #6F2329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.93%

R = 59.36%
G = 18.72%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F2329 (or 0x6F2329) is known color: Red Berry. HEX triplet: 6F, 23 and 29. RGB value is (111,35,41). Sum of RGB (Red+Green+Blue) = 111+35+41=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2329 is #90DCD6. Grayscale: #3A3A3A. Windows color (decimal): -9493719 or 2696047. OLE color: 2696047.

HSL color Cylindrical-coordinate representation of color #6F2329: hue angle of 355.26º 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 #6F2329 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 35 41 -
CMYK 0 0.68 0.63 0.56
HSL 355.26º 0.52% 0.29% -
HSV(B) 355.26º 0.68% 0.44% -
XYZ 7.56 4.74 2.61 -
YUV 58.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 111 35 41 0 0.68 0.63 0.56 355.26 0.52 0.29
Hex 6F 23 29 0 44 3F 38 163 34 1D
Octal 157 43 51 0 104 77 70 543 64 35
Binary 1101111 100011 101001 0 1000100 111111 111000 101100011 110100 11101

Color Harmonies of #6F2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2329

Black with #6F2329

Text Example


Text Example

White with #6F2329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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