Html Css Color HEX #671315 Pohutukawa

📋 copy color: '#671315'

red 103 ◦ green 19 ◦ blue 21

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

Shades of Pohutukawa #671315

Tints of Pohutukawa #671315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

 BLUE value IS 21 (8.59% from 255) = 14.69%

R = 72.03%
G = 13.29%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#671315 (or 0x671315) is known color: Pohutukawa. HEX triplet: 67, 13 and 15. RGB value is (103,19,21). Sum of RGB (Red+Green+Blue) = 103+19+21=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #671315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671315 is #98ECEA. Grayscale: #2C2C2C. Windows color (decimal): -10022123 or 1381223. OLE color: 1381223.

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

Color convert

RGB 103 19 21 -
CMYK 0 0.82 0.80 0.60
HSL 358.57º 0.69% 0.24% -
HSV(B) 358.57º 0.82% 0.4% -
XYZ 5.96 3.4 1.05 -
YUV 44.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 103 19 21 0 0.82 0.80 0.60 358.57 0.69 0.24
Hex 67 13 15 0 52 50 3C 167 45 18
Octal 147 23 25 0 122 120 74 547 105 30
Binary 1100111 10011 10101 0 1010010 1010000 111100 101100111 1000101 11000

Color Harmonies of #671315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671315

Black with #671315

Text Example


Text Example

White with #671315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671315; }

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

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

background-color css

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

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

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

border-color css

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

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

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