Html Css Color HEX #671921 Pohutukawa

📋 copy color: '#671921'

red 103 ◦ green 25 ◦ blue 33

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

Shades of Pohutukawa #671921

Tints of Pohutukawa #671921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 63.98%
G = 15.53%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#671921 (or 0x671921) is known color: Pohutukawa. HEX triplet: 67, 19 and 21. RGB value is (103,25,33). Sum of RGB (Red+Green+Blue) = 103+25+33=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #671921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671921 is #98E6DE. Grayscale: #313131. Windows color (decimal): -10020575 or 2169191. OLE color: 2169191.

HSL color Cylindrical-coordinate representation of color #671921: hue angle of 353.85º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671921 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 25 33 -
CMYK 0 0.76 0.68 0.60
HSL 353.85º 0.61% 0.25% -
HSV(B) 353.85º 0.76% 0.4% -
XYZ 6.22 3.69 1.82 -
YUV 49.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 103 25 33 0 0.76 0.68 0.60 353.85 0.61 0.25
Hex 67 19 21 0 4C 44 3C 162 3D 19
Octal 147 31 41 0 114 104 74 542 75 31
Binary 1100111 11001 100001 0 1001100 1000100 111100 101100010 111101 11001

Color Harmonies of #671921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671921

Black with #671921

Text Example


Text Example

White with #671921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671921; }

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

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

background-color css

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

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

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

border-color css

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

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

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