Html Css Color HEX #621125 Pohutukawa

📋 copy color: '#621125'

red 98 ◦ green 17 ◦ blue 37

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

Shades of Pohutukawa #621125

Tints of Pohutukawa #621125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 64.47%
G = 11.18%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#621125 (or 0x621125) is known color: Pohutukawa. HEX triplet: 62, 11 and 25. RGB value is (98,17,37). Sum of RGB (Red+Green+Blue) = 98+17+37=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621125 is #9DEEDA. Grayscale: #2B2B2B. Windows color (decimal): -10350299 or 2429282. OLE color: 2429282.

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

Color convert

RGB 98 17 37 -
CMYK 0 0.83 0.62 0.62
HSL 345.19º 0.7% 0.23% -
HSV(B) 345.19º 0.83% 0.38% -
XYZ 5.57 3.13 2.06 -
YUV 43.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 98 17 37 0 0.83 0.62 0.62 345.19 0.7 0.23
Hex 62 11 25 0 53 3E 3E 159 46 17
Octal 142 21 45 0 123 76 76 531 106 27
Binary 1100010 10001 100101 0 1010011 111110 111110 101011001 1000110 10111

Color Harmonies of #621125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621125

Black with #621125

Text Example


Text Example

White with #621125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621125; }

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

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

background-color css

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

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

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

border-color css

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

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

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