Html Css Color HEX #612125 Pohutukawa

📋 copy color: '#612125'

red 97 ◦ green 33 ◦ blue 37

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

Shades of Pohutukawa #612125

Tints of Pohutukawa #612125

RGB

 RED value IS 97 (38.28% from 255) = 58.08%

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

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

R = 58.08%
G = 19.76%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#612125 (or 0x612125) is known color: Pohutukawa. HEX triplet: 61, 21 and 25. RGB value is (97,33,37). Sum of RGB (Red+Green+Blue) = 97+33+37=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612125 is #9EDEDA. Grayscale: #343434. Windows color (decimal): -10411739 or 2433377. OLE color: 2433377.

HSL color Cylindrical-coordinate representation of color #612125: hue angle of 356.25º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612125 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 37 -
CMYK 0 0.66 0.62 0.62
HSL 356.25º 0.49% 0.25% -
HSV(B) 356.25º 0.66% 0.38% -
XYZ 5.81 3.76 2.17 -
YUV 52.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 97 33 37 0 0.66 0.62 0.62 356.25 0.49 0.25
Hex 61 21 25 0 42 3E 3E 164 31 19
Octal 141 41 45 0 102 76 76 544 61 31
Binary 1100001 100001 100101 0 1000010 111110 111110 101100100 110001 11001

Color Harmonies of #612125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612125

Black with #612125

Text Example


Text Example

White with #612125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612125; }

 p { color: rgb(97,33,37); }

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

background-color css

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

 a { background-color: rgb(97,33,37); }

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

border-color css

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

 span { border-color: rgb(97,33,37); }

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