Html Css Color HEX #671321 Pohutukawa

📋 copy color: '#671321'

red 103 ◦ green 19 ◦ blue 33

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

Shades of Pohutukawa #671321

Tints of Pohutukawa #671321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 66.45%
G = 12.26%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#671321 (or 0x671321) is known color: Pohutukawa. HEX triplet: 67, 13 and 21. RGB value is (103,19,33). Sum of RGB (Red+Green+Blue) = 103+19+33=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #671321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671321 is #98ECDE. Grayscale: #2D2D2D. Windows color (decimal): -10022111 or 2167655. OLE color: 2167655.

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

Color convert

RGB 103 19 33 -
CMYK 0 0.82 0.68 0.60
HSL 350º 0.69% 0.24% -
HSV(B) 350º 0.82% 0.4% -
XYZ 6.1 3.46 1.78 -
YUV 45.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 103 19 33 0 0.82 0.68 0.60 350 0.69 0.24
Hex 67 13 21 0 52 44 3C 15E 45 18
Octal 147 23 41 0 122 104 74 536 105 30
Binary 1100111 10011 100001 0 1010010 1000100 111100 101011110 1000101 11000

Color Harmonies of #671321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671321

Black with #671321

Text Example


Text Example

White with #671321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671321; }

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

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

background-color css

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

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

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

border-color css

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

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

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