Html Css Color HEX #651925 Pohutukawa

📋 copy color: '#651925'

red 101 ◦ green 25 ◦ blue 37

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

Shades of Pohutukawa #651925

Tints of Pohutukawa #651925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 61.96%
G = 15.34%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#651925 (or 0x651925) is known color: Pohutukawa. HEX triplet: 65, 19 and 25. RGB value is (101,25,37). Sum of RGB (Red+Green+Blue) = 101+25+37=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #651925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651925 is #9AE6DA. Grayscale: #313131. Windows color (decimal): -10151643 or 2431333. OLE color: 2431333.

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

Color convert

RGB 101 25 37 -
CMYK 0 0.75 0.63 0.60
HSL 350.53º 0.6% 0.25% -
HSV(B) 350.53º 0.75% 0.4% -
XYZ 6.05 3.6 2.13 -
YUV 49.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 101 25 37 0 0.75 0.63 0.60 350.53 0.6 0.25
Hex 65 19 25 0 4B 3F 3C 15F 3C 19
Octal 145 31 45 0 113 77 74 537 74 31
Binary 1100101 11001 100101 0 1001011 111111 111100 101011111 111100 11001

Color Harmonies of #651925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651925

Black with #651925

Text Example


Text Example

White with #651925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651925; }

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

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

background-color css

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

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

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

border-color css

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

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

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