Html Css Color HEX #672028 Pohutukawa

📋 copy color: '#672028'

red 103 ◦ green 32 ◦ blue 40

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

Shades of Pohutukawa #672028

Tints of Pohutukawa #672028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 58.86%
G = 18.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#672028 (or 0x672028) is known color: Pohutukawa. HEX triplet: 67, 20 and 28. RGB value is (103,32,40). Sum of RGB (Red+Green+Blue) = 103+32+40=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #672028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672028 is #98DFD7. Grayscale: #363636. Windows color (decimal): -10018776 or 2629735. OLE color: 2629735.

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

Color convert

RGB 103 32 40 -
CMYK 0 0.69 0.61 0.60
HSL 353.24º 0.53% 0.26% -
HSV(B) 353.24º 0.69% 0.4% -
XYZ 6.49 4.07 2.45 -
YUV 54.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 103 32 40 0 0.69 0.61 0.60 353.24 0.53 0.26
Hex 67 20 28 0 45 3D 3C 161 35 1A
Octal 147 40 50 0 105 75 74 541 65 32
Binary 1100111 100000 101000 0 1000101 111101 111100 101100001 110101 11010

Color Harmonies of #672028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672028

Black with #672028

Text Example


Text Example

White with #672028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672028; }

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

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

background-color css

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

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

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

border-color css

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

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

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