Html Css Color HEX #651325 Pohutukawa

📋 copy color: '#651325'

red 101 ◦ green 19 ◦ blue 37

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

Shades of Pohutukawa #651325

Tints of Pohutukawa #651325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 64.33%
G = 12.1%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#651325 (or 0x651325) is known color: Pohutukawa. HEX triplet: 65, 13 and 25. RGB value is (101,19,37). Sum of RGB (Red+Green+Blue) = 101+19+37=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #651325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651325 is #9AECDA. Grayscale: #2D2D2D. Windows color (decimal): -10153179 or 2429797. OLE color: 2429797.

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

Color convert

RGB 101 19 37 -
CMYK 0 0.81 0.63 0.60
HSL 346.83º 0.68% 0.24% -
HSV(B) 346.83º 0.81% 0.4% -
XYZ 5.93 3.37 2.09 -
YUV 45.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 101 19 37 0 0.81 0.63 0.60 346.83 0.68 0.24
Hex 65 13 25 0 51 3F 3C 15B 44 18
Octal 145 23 45 0 121 77 74 533 104 30
Binary 1100101 10011 100101 0 1010001 111111 111100 101011011 1000100 11000

Color Harmonies of #651325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651325

Black with #651325

Text Example


Text Example

White with #651325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651325; }

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

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

background-color css

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

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

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

border-color css

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

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

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