Html Css Color HEX #621529 Pohutukawa

📋 copy color: '#621529'

red 98 ◦ green 21 ◦ blue 41

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

Shades of Pohutukawa #621529

Tints of Pohutukawa #621529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 61.25%
G = 13.13%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#621529 (or 0x621529) is known color: Pohutukawa. HEX triplet: 62, 15 and 29. RGB value is (98,21,41). Sum of RGB (Red+Green+Blue) = 98+21+41=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #621529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621529 is #9DEAD6. Grayscale: #2E2E2E. Windows color (decimal): -10349271 or 2692450. OLE color: 2692450.

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

Color convert

RGB 98 21 41 -
CMYK 0 0.79 0.58 0.62
HSL 344.42º 0.65% 0.23% -
HSV(B) 344.42º 0.79% 0.38% -
XYZ 5.71 3.29 2.43 -
YUV 46.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 98 21 41 0 0.79 0.58 0.62 344.42 0.65 0.23
Hex 62 15 29 0 4F 3A 3E 158 41 17
Octal 142 25 51 0 117 72 76 530 101 27
Binary 1100010 10101 101001 0 1001111 111010 111110 101011000 1000001 10111

Color Harmonies of #621529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621529

Black with #621529

Text Example


Text Example

White with #621529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621529; }

 p { color: rgb(98,21,41); }

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

background-color css

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

 a { background-color: rgb(98,21,41); }

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

border-color css

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

 span { border-color: rgb(98,21,41); }

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