Html Css Color HEX #6F1022 Pohutukawa

📋 copy color: '#6F1022'

red 111 ◦ green 16 ◦ blue 34

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

Shades of Pohutukawa #6F1022

Tints of Pohutukawa #6F1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

 BLUE value IS 34 (13.67% from 255) = 21.12%

R = 68.94%
G = 9.94%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6F1022 (or 0x6F1022) is known color: Pohutukawa. HEX triplet: 6F, 10 and 22. RGB value is (111,16,34). Sum of RGB (Red+Green+Blue) = 111+16+34=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1022 is #90EFDD. Grayscale: #2E2E2E. Windows color (decimal): -9498590 or 2232431. OLE color: 2232431.

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

Color convert

RGB 111 16 34 -
CMYK 0 0.86 0.69 0.56
HSL 348.63º 0.75% 0.25% -
HSV(B) 348.63º 0.86% 0.44% -
XYZ 7.03 3.87 1.89 -
YUV 46.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 111 16 34 0 0.86 0.69 0.56 348.63 0.75 0.25
Hex 6F 10 22 0 56 45 38 15D 4B 19
Octal 157 20 42 0 126 105 70 535 113 31
Binary 1101111 10000 100010 0 1010110 1000101 111000 101011101 1001011 11001

Color Harmonies of #6F1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1022

Black with #6F1022

Text Example


Text Example

White with #6F1022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,34); }

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

background-color css

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

 a { background-color: rgb(111,16,34); }

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

border-color css

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

 span { border-color: rgb(111,16,34); }

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