Html Css Color HEX #6F1024 Pohutukawa

📋 copy color: '#6F1024'

red 111 ◦ green 16 ◦ blue 36

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

Shades of Pohutukawa #6F1024

Tints of Pohutukawa #6F1024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.09%

R = 68.1%
G = 9.82%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F1024 (or 0x6F1024) is known color: Pohutukawa. HEX triplet: 6F, 10 and 24. RGB value is (111,16,36). Sum of RGB (Red+Green+Blue) = 111+16+36=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1024 is #90EFDB. Grayscale: #2E2E2E. Windows color (decimal): -9498588 or 2363503. OLE color: 2363503.

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

Color convert

RGB 111 16 36 -
CMYK 0 0.86 0.68 0.56
HSL 347.37º 0.75% 0.25% -
HSV(B) 347.37º 0.86% 0.44% -
XYZ 7.06 3.88 2.05 -
YUV 46.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 111 16 36 0 0.86 0.68 0.56 347.37 0.75 0.25
Hex 6F 10 24 0 56 44 38 15B 4B 19
Octal 157 20 44 0 126 104 70 533 113 31
Binary 1101111 10000 100100 0 1010110 1000100 111000 101011011 1001011 11001

Color Harmonies of #6F1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1024

Black with #6F1024

Text Example


Text Example

White with #6F1024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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