Html Css Color HEX #6F1429 Red Berry

📋 copy color: '#6F1429'

red 111 ◦ green 20 ◦ blue 41

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

Shades of Red Berry #6F1429

Tints of Red Berry #6F1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

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

R = 64.53%
G = 11.63%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F1429 (or 0x6F1429) is known color: Red Berry. HEX triplet: 6F, 14 and 29. RGB value is (111,20,41). Sum of RGB (Red+Green+Blue) = 111+20+41=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1429 is #90EBD6. Grayscale: #313131. Windows color (decimal): -9497559 or 2692207. OLE color: 2692207.

HSL color Cylindrical-coordinate representation of color #6F1429: hue angle of 346.15º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1429 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 20 41 -
CMYK 0 0.82 0.63 0.56
HSL 346.15º 0.69% 0.26% -
HSV(B) 346.15º 0.82% 0.44% -
XYZ 7.21 4.04 2.5 -
YUV 49.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 111 20 41 0 0.82 0.63 0.56 346.15 0.69 0.26
Hex 6F 14 29 0 52 3F 38 15A 45 1A
Octal 157 24 51 0 122 77 70 532 105 32
Binary 1101111 10100 101001 0 1010010 111111 111000 101011010 1000101 11010

Color Harmonies of #6F1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1429

Black with #6F1429

Text Example


Text Example

White with #6F1429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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