Html Css Color HEX #621D24 Pohutukawa

📋 copy color: '#621D24'

red 98 ◦ green 29 ◦ blue 36

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

Shades of Pohutukawa #621D24

Tints of Pohutukawa #621D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

 BLUE value IS 36 (14.45% from 255) = 22.09%

R = 60.12%
G = 17.79%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#621D24 (or 0x621D24) is known color: Pohutukawa. HEX triplet: 62, 1D and 24. RGB value is (98,29,36). Sum of RGB (Red+Green+Blue) = 98+29+36=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #621D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D24 is #9DE2DB. Grayscale: #323232. Windows color (decimal): -10347228 or 2366818. OLE color: 2366818.

HSL color Cylindrical-coordinate representation of color #621D24: hue angle of 353.91º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621D24 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 29 36 -
CMYK 0 0.70 0.63 0.62
HSL 353.91º 0.54% 0.25% -
HSV(B) 353.91º 0.7% 0.38% -
XYZ 5.79 3.6 2.06 -
YUV 50.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 98 29 36 0 0.70 0.63 0.62 353.91 0.54 0.25
Hex 62 1D 24 0 46 3F 3E 162 36 19
Octal 142 35 44 0 106 77 76 542 66 31
Binary 1100010 11101 100100 0 1000110 111111 111110 101100010 110110 11001

Color Harmonies of #621D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D24

Black with #621D24

Text Example


Text Example

White with #621D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621D24; }

 p { color: rgb(98,29,36); }

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

background-color css

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

 a { background-color: rgb(98,29,36); }

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

border-color css

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

 span { border-color: rgb(98,29,36); }

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