Html Css Color HEX #671119 Pohutukawa

📋 copy color: '#671119'

red 103 ◦ green 17 ◦ blue 25

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

Shades of Pohutukawa #671119

Tints of Pohutukawa #671119

RGB

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

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

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

R = 71.03%
G = 11.72%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#671119 (or 0x671119) is known color: Pohutukawa. HEX triplet: 67, 11 and 19. RGB value is (103,17,25). Sum of RGB (Red+Green+Blue) = 103+17+25=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #671119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671119 is #98EEE6. Grayscale: #2B2B2B. Windows color (decimal): -10022631 or 1642855. OLE color: 1642855.

HSL color Cylindrical-coordinate representation of color #671119: hue angle of 354.42º 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 #671119 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 25 -
CMYK 0 0.83 0.76 0.60
HSL 354.42º 0.72% 0.24% -
HSV(B) 354.42º 0.83% 0.4% -
XYZ 5.97 3.35 1.25 -
YUV 43.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 103 17 25 0 0.83 0.76 0.60 354.42 0.72 0.24
Hex 67 11 19 0 53 4C 3C 162 48 18
Octal 147 21 31 0 123 114 74 542 110 30
Binary 1100111 10001 11001 0 1010011 1001100 111100 101100010 1001000 11000

Color Harmonies of #671119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671119

Black with #671119

Text Example


Text Example

White with #671119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671119; }

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

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

background-color css

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

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

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

border-color css

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

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

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