Html Css Color HEX #6F1019 Pohutukawa

📋 copy color: '#6F1019'

red 111 ◦ green 16 ◦ blue 25

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

Shades of Pohutukawa #6F1019

Tints of Pohutukawa #6F1019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 73.03%
G = 10.53%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F1019 (or 0x6F1019) is known color: Pohutukawa. HEX triplet: 6F, 10 and 19. RGB value is (111,16,25). Sum of RGB (Red+Green+Blue) = 111+16+25=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1019 is #90EFE6. Grayscale: #2D2D2D. Windows color (decimal): -9498599 or 1642607. OLE color: 1642607.

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

Color convert

RGB 111 16 25 -
CMYK 0 0.86 0.77 0.56
HSL 354.32º 0.75% 0.25% -
HSV(B) 354.32º 0.86% 0.44% -
XYZ 6.92 3.82 1.29 -
YUV 45.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 111 16 25 0 0.86 0.77 0.56 354.32 0.75 0.25
Hex 6F 10 19 0 56 4D 38 162 4B 19
Octal 157 20 31 0 126 115 70 542 113 31
Binary 1101111 10000 11001 0 1010110 1001101 111000 101100010 1001011 11001

Color Harmonies of #6F1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1019

Black with #6F1019

Text Example


Text Example

White with #6F1019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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