Html Css Color HEX #6F1213 Pohutukawa

📋 copy color: '#6F1213'

red 111 ◦ green 18 ◦ blue 19

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

Shades of Pohutukawa #6F1213

Tints of Pohutukawa #6F1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 75%
G = 12.16%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#6F1213 (or 0x6F1213) is known color: Pohutukawa. HEX triplet: 6F, 12 and 13. RGB value is (111,18,19). Sum of RGB (Red+Green+Blue) = 111+18+19=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1213 is #90EDEC. Grayscale: #2E2E2E. Windows color (decimal): -9498093 or 1249903. OLE color: 1249903.

HSL color Cylindrical-coordinate representation of color #6F1213: hue angle of 359.35º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1213 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 18 19 -
CMYK 0 0.84 0.83 0.56
HSL 359.35º 0.72% 0.25% -
HSV(B) 359.35º 0.84% 0.44% -
XYZ 6.89 3.86 1 -
YUV 45.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 111 18 19 0 0.84 0.83 0.56 359.35 0.72 0.25
Hex 6F 12 13 0 54 53 38 167 48 19
Octal 157 22 23 0 124 123 70 547 110 31
Binary 1101111 10010 10011 0 1010100 1010011 111000 101100111 1001000 11001

Color Harmonies of #6F1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1213

Black with #6F1213

Text Example


Text Example

White with #6F1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,19); }

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

background-color css

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

 a { background-color: rgb(111,18,19); }

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

border-color css

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

 span { border-color: rgb(111,18,19); }

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