Html Css Color HEX #6D1525 Pohutukawa

📋 copy color: '#6D1525'

red 109 ◦ green 21 ◦ blue 37

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

Shades of Pohutukawa #6D1525

Tints of Pohutukawa #6D1525

RGB

 RED value IS 109 (42.97% from 255) = 65.27%

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

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

R = 65.27%
G = 12.57%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D1525 (or 0x6D1525) is known color: Pohutukawa. HEX triplet: 6D, 15 and 25. RGB value is (109,21,37). Sum of RGB (Red+Green+Blue) = 109+21+37=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1525 is #92EADA. Grayscale: #313131. Windows color (decimal): -9628379 or 2430317. OLE color: 2430317.

HSL color Cylindrical-coordinate representation of color #6D1525: hue angle of 349.09º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1525 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 21 37 -
CMYK 0 0.81 0.66 0.57
HSL 349.09º 0.68% 0.25% -
HSV(B) 349.09º 0.81% 0.43% -
XYZ 6.91 3.92 2.14 -
YUV 49.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 109 21 37 0 0.81 0.66 0.57 349.09 0.68 0.25
Hex 6D 15 25 0 51 42 39 15D 44 19
Octal 155 25 45 0 121 102 71 535 104 31
Binary 1101101 10101 100101 0 1010001 1000010 111001 101011101 1000100 11001

Color Harmonies of #6D1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1525

Black with #6D1525

Text Example


Text Example

White with #6D1525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D1525; }

 p { color: rgb(109,21,37); }

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

background-color css

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

 a { background-color: rgb(109,21,37); }

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

border-color css

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

 span { border-color: rgb(109,21,37); }

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