Html Css Color HEX #6F1027 Pohutukawa

📋 copy color: '#6F1027'

red 111 ◦ green 16 ◦ blue 39

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

Shades of Pohutukawa #6F1027

Tints of Pohutukawa #6F1027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.49%

R = 66.87%
G = 9.64%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F1027 (or 0x6F1027) is known color: Pohutukawa. HEX triplet: 6F, 10 and 27. RGB value is (111,16,39). Sum of RGB (Red+Green+Blue) = 111+16+39=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1027 is #90EFD8. Grayscale: #2F2F2F. Windows color (decimal): -9498585 or 2560111. OLE color: 2560111.

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

Color convert

RGB 111 16 39 -
CMYK 0 0.86 0.65 0.56
HSL 345.47º 0.75% 0.25% -
HSV(B) 345.47º 0.86% 0.44% -
XYZ 7.11 3.9 2.3 -
YUV 47.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 111 16 39 0 0.86 0.65 0.56 345.47 0.75 0.25
Hex 6F 10 27 0 56 41 38 159 4B 19
Octal 157 20 47 0 126 101 70 531 113 31
Binary 1101111 10000 100111 0 1010110 1000001 111000 101011001 1001011 11001

Color Harmonies of #6F1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1027

Black with #6F1027

Text Example


Text Example

White with #6F1027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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