Html Css Color HEX #672021 Pohutukawa

📋 copy color: '#672021'

red 103 ◦ green 32 ◦ blue 33

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

Shades of Pohutukawa #672021

Tints of Pohutukawa #672021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

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

R = 61.31%
G = 19.05%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#672021 (or 0x672021) is known color: Pohutukawa. HEX triplet: 67, 20 and 21. RGB value is (103,32,33). Sum of RGB (Red+Green+Blue) = 103+32+33=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #672021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672021 is #98DFDE. Grayscale: #353535. Windows color (decimal): -10018783 or 2170983. OLE color: 2170983.

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

Color convert

RGB 103 32 33 -
CMYK 0 0.69 0.68 0.60
HSL 359.15º 0.53% 0.26% -
HSV(B) 359.15º 0.69% 0.4% -
XYZ 6.38 4.03 1.88 -
YUV 53.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 103 32 33 0 0.69 0.68 0.60 359.15 0.53 0.26
Hex 67 20 21 0 45 44 3C 167 35 1A
Octal 147 40 41 0 105 104 74 547 65 32
Binary 1100111 100000 100001 0 1000101 1000100 111100 101100111 110101 11010

Color Harmonies of #672021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672021

Black with #672021

Text Example


Text Example

White with #672021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672021; }

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

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

background-color css

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

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

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

border-color css

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

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

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