Html Css Color HEX #672025 Pohutukawa

📋 copy color: '#672025'

red 103 ◦ green 32 ◦ blue 37

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

Shades of Pohutukawa #672025

Tints of Pohutukawa #672025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.51%

R = 59.88%
G = 18.6%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#672025 (or 0x672025) is known color: Pohutukawa. HEX triplet: 67, 20 and 25. RGB value is (103,32,37). Sum of RGB (Red+Green+Blue) = 103+32+37=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #672025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672025 is #98DFDA. Grayscale: #353535. Windows color (decimal): -10018779 or 2433127. OLE color: 2433127.

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

Color convert

RGB 103 32 37 -
CMYK 0 0.69 0.64 0.60
HSL 355.77º 0.53% 0.26% -
HSV(B) 355.77º 0.69% 0.4% -
XYZ 6.44 4.05 2.19 -
YUV 53.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 103 32 37 0 0.69 0.64 0.60 355.77 0.53 0.26
Hex 67 20 25 0 45 40 3C 164 35 1A
Octal 147 40 45 0 105 100 74 544 65 32
Binary 1100111 100000 100101 0 1000101 1000000 111100 101100100 110101 11010

Color Harmonies of #672025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672025

Black with #672025

Text Example


Text Example

White with #672025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672025; }

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

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

background-color css

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

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

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

border-color css

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

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

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