Html Css Color HEX #672026 Pohutukawa

📋 copy color: '#672026'

red 103 ◦ green 32 ◦ blue 38

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

Shades of Pohutukawa #672026

Tints of Pohutukawa #672026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.97%

R = 59.54%
G = 18.5%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#672026 (or 0x672026) is known color: Pohutukawa. HEX triplet: 67, 20 and 26. RGB value is (103,32,38). Sum of RGB (Red+Green+Blue) = 103+32+38=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #672026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672026 is #98DFD9. Grayscale: #353535. Windows color (decimal): -10018778 or 2498663. OLE color: 2498663.

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

Color convert

RGB 103 32 38 -
CMYK 0 0.69 0.63 0.60
HSL 354.93º 0.53% 0.26% -
HSV(B) 354.93º 0.69% 0.4% -
XYZ 6.46 4.06 2.28 -
YUV 53.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 103 32 38 0 0.69 0.63 0.60 354.93 0.53 0.26
Hex 67 20 26 0 45 3F 3C 163 35 1A
Octal 147 40 46 0 105 77 74 543 65 32
Binary 1100111 100000 100110 0 1000101 111111 111100 101100011 110101 11010

Color Harmonies of #672026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672026

Black with #672026

Text Example


Text Example

White with #672026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672026; }

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

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

background-color css

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

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

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

border-color css

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

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

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