Html Css Color HEX #6F121B Pohutukawa

📋 copy color: '#6F121B'

red 111 ◦ green 18 ◦ blue 27

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

Shades of Pohutukawa #6F121B

Tints of Pohutukawa #6F121B

RGB

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

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

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

R = 71.15%
G = 11.54%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F121B (or 0x6F121B) is known color: Pohutukawa. HEX triplet: 6F, 12 and 1B. RGB value is (111,18,27). Sum of RGB (Red+Green+Blue) = 111+18+27=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F121B is #90EDE4. Grayscale: #2E2E2E. Windows color (decimal): -9498085 or 1774191. OLE color: 1774191.

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

Color convert

RGB 111 18 27 -
CMYK 0 0.84 0.76 0.56
HSL 354.19º 0.72% 0.25% -
HSV(B) 354.19º 0.84% 0.44% -
XYZ 6.97 3.89 1.42 -
YUV 46.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 111 18 27 0 0.84 0.76 0.56 354.19 0.72 0.25
Hex 6F 12 1B 0 54 4C 38 162 48 19
Octal 157 22 33 0 124 114 70 542 110 31
Binary 1101111 10010 11011 0 1010100 1001100 111000 101100010 1001000 11001

Color Harmonies of #6F121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F121B

Black with #6F121B

Text Example


Text Example

White with #6F121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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