Html Css Color HEX #671213 Pohutukawa

📋 copy color: '#671213'

red 103 ◦ green 18 ◦ blue 19

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

Shades of Pohutukawa #671213

Tints of Pohutukawa #671213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 73.57%
G = 12.86%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#671213 (or 0x671213) is known color: Pohutukawa. HEX triplet: 67, 12 and 13. RGB value is (103,18,19). Sum of RGB (Red+Green+Blue) = 103+18+19=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #671213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671213 is #98EDEC. Grayscale: #2B2B2B. Windows color (decimal): -10022381 or 1249895. OLE color: 1249895.

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

Color convert

RGB 103 18 19 -
CMYK 0 0.83 0.82 0.60
HSL 359.29º 0.7% 0.24% -
HSV(B) 359.29º 0.83% 0.4% -
XYZ 5.93 3.36 0.95 -
YUV 43.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 103 18 19 0 0.83 0.82 0.60 359.29 0.7 0.24
Hex 67 12 13 0 53 52 3C 167 46 18
Octal 147 22 23 0 123 122 74 547 106 30
Binary 1100111 10010 10011 0 1010011 1010010 111100 101100111 1000110 11000

Color Harmonies of #671213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671213

Black with #671213

Text Example


Text Example

White with #671213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671213; }

 p { color: rgb(103,18,19); }

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

background-color css

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

 a { background-color: rgb(103,18,19); }

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

border-color css

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

 span { border-color: rgb(103,18,19); }

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