Html Css Color HEX #650525 Pohutukawa

📋 copy color: '#650525'

red 101 ◦ green 5 ◦ blue 37

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

Shades of Pohutukawa #650525

Tints of Pohutukawa #650525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 70.63%
G = 3.5%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#650525 (or 0x650525) is known color: Pohutukawa. HEX triplet: 65, 05 and 25. RGB value is (101,5,37). Sum of RGB (Red+Green+Blue) = 101+5+37=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #650525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650525 is #9AFADA. Grayscale: #252525. Windows color (decimal): -10156763 or 2426213. OLE color: 2426213.

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

Color convert

RGB 101 5 37 -
CMYK 0 0.95 0.63 0.60
HSL 340º 0.91% 0.21% -
HSV(B) 340º 0.95% 0.4% -
XYZ 5.76 3.01 2.03 -
YUV 37.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 101 5 37 0 0.95 0.63 0.60 340 0.91 0.21
Hex 65 5 25 0 5F 3F 3C 154 5B 15
Octal 145 5 45 0 137 77 74 524 133 25
Binary 1100101 101 100101 0 1011111 111111 111100 101010100 1011011 10101

Color Harmonies of #650525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650525

Black with #650525

Text Example


Text Example

White with #650525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650525; }

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

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

background-color css

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

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

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

border-color css

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

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

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