Html Css Color HEX #621225 Pohutukawa

📋 copy color: '#621225'

red 98 ◦ green 18 ◦ blue 37

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

Shades of Pohutukawa #621225

Tints of Pohutukawa #621225

RGB

 RED value IS 98 (38.67% from 255) = 64.05%

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 64.05%
G = 11.76%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#621225 (or 0x621225) is known color: Pohutukawa. HEX triplet: 62, 12 and 25. RGB value is (98,18,37). Sum of RGB (Red+Green+Blue) = 98+18+37=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621225 is #9DEDDA. Grayscale: #2C2C2C. Windows color (decimal): -10350043 or 2429538. OLE color: 2429538.

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

Color convert

RGB 98 18 37 -
CMYK 0 0.82 0.62 0.62
HSL 345.75º 0.69% 0.23% -
HSV(B) 345.75º 0.82% 0.38% -
XYZ 5.59 3.16 2.07 -
YUV 44.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 98 18 37 0 0.82 0.62 0.62 345.75 0.69 0.23
Hex 62 12 25 0 52 3E 3E 15A 45 17
Octal 142 22 45 0 122 76 76 532 105 27
Binary 1100010 10010 100101 0 1010010 111110 111110 101011010 1000101 10111

Color Harmonies of #621225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621225

Black with #621225

Text Example


Text Example

White with #621225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621225; }

 p { color: rgb(98,18,37); }

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

background-color css

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

 a { background-color: rgb(98,18,37); }

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

border-color css

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

 span { border-color: rgb(98,18,37); }

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