Html Css Color HEX #6F111B Pohutukawa

📋 copy color: '#6F111B'

red 111 ◦ green 17 ◦ blue 27

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

Shades of Pohutukawa #6F111B

Tints of Pohutukawa #6F111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 71.61%
G = 10.97%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F111B (or 0x6F111B) is known color: Pohutukawa. HEX triplet: 6F, 11 and 1B. RGB value is (111,17,27). Sum of RGB (Red+Green+Blue) = 111+17+27=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F111B is #90EEE4. Grayscale: #2E2E2E. Windows color (decimal): -9498341 or 1773935. OLE color: 1773935.

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

Color convert

RGB 111 17 27 -
CMYK 0 0.85 0.76 0.56
HSL 353.62º 0.73% 0.25% -
HSV(B) 353.62º 0.85% 0.44% -
XYZ 6.95 3.86 1.42 -
YUV 46.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 111 17 27 0 0.85 0.76 0.56 353.62 0.73 0.25
Hex 6F 11 1B 0 55 4C 38 162 49 19
Octal 157 21 33 0 125 114 70 542 111 31
Binary 1101111 10001 11011 0 1010101 1001100 111000 101100010 1001001 11001

Color Harmonies of #6F111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F111B

Black with #6F111B

Text Example


Text Example

White with #6F111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,27); }

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

background-color css

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

 a { background-color: rgb(111,17,27); }

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

border-color css

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

 span { border-color: rgb(111,17,27); }

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