Html Css Color HEX #671114 Pohutukawa

📋 copy color: '#671114'

red 103 ◦ green 17 ◦ blue 20

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

Shades of Pohutukawa #671114

Tints of Pohutukawa #671114

RGB

 RED value IS 103 (40.63% from 255) = 73.57%

 GREEN value IS 17 (7.03% from 255) = 12.14%

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 73.57%
G = 12.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#671114 (or 0x671114) is known color: Pohutukawa. HEX triplet: 67, 11 and 14. RGB value is (103,17,20). Sum of RGB (Red+Green+Blue) = 103+17+20=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #671114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671114 is #98EEEB. Grayscale: #2B2B2B. Windows color (decimal): -10022636 or 1315175. OLE color: 1315175.

HSL color Cylindrical-coordinate representation of color #671114: hue angle of 357.91º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671114 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 20 -
CMYK 0 0.83 0.81 0.60
HSL 357.91º 0.72% 0.24% -
HSV(B) 357.91º 0.83% 0.4% -
XYZ 5.92 3.33 0.99 -
YUV 43.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 103 17 20 0 0.83 0.81 0.60 357.91 0.72 0.24
Hex 67 11 14 0 53 51 3C 166 48 18
Octal 147 21 24 0 123 121 74 546 110 30
Binary 1100111 10001 10100 0 1010011 1010001 111100 101100110 1001000 11000

Color Harmonies of #671114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671114

Black with #671114

Text Example


Text Example

White with #671114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671114; }

 p { color: rgb(103,17,20); }

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

background-color css

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

 a { background-color: rgb(103,17,20); }

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

border-color css

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

 span { border-color: rgb(103,17,20); }

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