Html Css Color HEX #672022 Pohutukawa

📋 copy color: '#672022'

red 103 ◦ green 32 ◦ blue 34

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

Shades of Pohutukawa #672022

Tints of Pohutukawa #672022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 60.95%
G = 18.93%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#672022 (or 0x672022) is known color: Pohutukawa. HEX triplet: 67, 20 and 22. RGB value is (103,32,34). Sum of RGB (Red+Green+Blue) = 103+32+34=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #672022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672022 is #98DFDD. Grayscale: #353535. Windows color (decimal): -10018782 or 2236519. OLE color: 2236519.

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

Color convert

RGB 103 32 34 -
CMYK 0 0.69 0.67 0.60
HSL 358.31º 0.53% 0.26% -
HSV(B) 358.31º 0.69% 0.4% -
XYZ 6.4 4.03 1.95 -
YUV 53.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 103 32 34 0 0.69 0.67 0.60 358.31 0.53 0.26
Hex 67 20 22 0 45 43 3C 166 35 1A
Octal 147 40 42 0 105 103 74 546 65 32
Binary 1100111 100000 100010 0 1000101 1000011 111100 101100110 110101 11010

Color Harmonies of #672022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672022

Black with #672022

Text Example


Text Example

White with #672022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672022; }

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

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

background-color css

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

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

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

border-color css

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

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

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