Html Css Color HEX #651225 Pohutukawa

📋 copy color: '#651225'

red 101 ◦ green 18 ◦ blue 37

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

Shades of Pohutukawa #651225

Tints of Pohutukawa #651225

RGB

 RED value IS 101 (39.84% from 255) = 64.74%

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

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

R = 64.74%
G = 11.54%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#651225 (or 0x651225) is known color: Pohutukawa. HEX triplet: 65, 12 and 25. RGB value is (101,18,37). Sum of RGB (Red+Green+Blue) = 101+18+37=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #651225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651225 is #9AEDDA. Grayscale: #2C2C2C. Windows color (decimal): -10153435 or 2429541. OLE color: 2429541.

HSL color Cylindrical-coordinate representation of color #651225: hue angle of 346.27º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651225 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 37 -
CMYK 0 0.82 0.63 0.60
HSL 346.27º 0.7% 0.23% -
HSV(B) 346.27º 0.82% 0.4% -
XYZ 5.92 3.33 2.08 -
YUV 44.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 101 18 37 0 0.82 0.63 0.60 346.27 0.7 0.23
Hex 65 12 25 0 52 3F 3C 15A 46 17
Octal 145 22 45 0 122 77 74 532 106 27
Binary 1100101 10010 100101 0 1010010 111111 111100 101011010 1000110 10111

Color Harmonies of #651225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651225

Black with #651225

Text Example


Text Example

White with #651225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651225; }

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

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

background-color css

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

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

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

border-color css

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

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

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