Html Css Color HEX #672126 Pohutukawa

📋 copy color: '#672126'

red 103 ◦ green 33 ◦ blue 38

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

Shades of Pohutukawa #672126

Tints of Pohutukawa #672126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

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

R = 59.2%
G = 18.97%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#672126 (or 0x672126) is known color: Pohutukawa. HEX triplet: 67, 21 and 26. RGB value is (103,33,38). Sum of RGB (Red+Green+Blue) = 103+33+38=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #672126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672126 is #98DED9. Grayscale: #363636. Windows color (decimal): -10018522 or 2498919. OLE color: 2498919.

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

Color convert

RGB 103 33 38 -
CMYK 0 0.68 0.63 0.60
HSL 355.71º 0.51% 0.27% -
HSV(B) 355.71º 0.68% 0.4% -
XYZ 6.49 4.11 2.29 -
YUV 54.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 103 33 38 0 0.68 0.63 0.60 355.71 0.51 0.27
Hex 67 21 26 0 44 3F 3C 164 33 1B
Octal 147 41 46 0 104 77 74 544 63 33
Binary 1100111 100001 100110 0 1000100 111111 111100 101100100 110011 11011

Color Harmonies of #672126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672126

Black with #672126

Text Example


Text Example

White with #672126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672126; }

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

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

background-color css

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

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

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

border-color css

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

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

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